home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / pctj1087.arc / MEMMGR.DEF < prev    next >
Text File  |  1987-03-26  |  717b  |  24 lines

  1. ;***************************************************************:
  2. ; Filename:     MEMMGR.DEF                                      :
  3. ;                                                               :
  4. ; Description:  Link definition file                            :
  5. ;---------------------------------------------------------------:
  6.  
  7. NAME    MEMMGR
  8.  
  9. STUB    '..\WINSTUB.EXE'
  10.  
  11. CODE    MOVEABLE
  12. DATA    MOVEABLE MULTIPLE
  13.  
  14. HEAPSIZE  4096
  15. STACKSIZE 4096
  16.  
  17. EXPORTS
  18.     MainWndProc @1
  19.     AllocProc   @2
  20.  
  21. ;---------------------------------------------------------------:
  22. ; End of file:  MEMMGR.DEF                                      :
  23. ;***************************************************************:
  24.